WaitForStrings(String[]) Method
Waits for one of the specified text strings to be received from the host.
'Declaration
Overloads Function WaitForStrings( _
ByVal () As String _
) As ReturnCode
'Usage
Dim instance As IScreen
Dim text() As String
Dim value As ReturnCode
value = instance.WaitForStrings(text)
Parameters
- text
- Array specifying one or more strings for which to wait.
Return Value
ReturnCode indicating success/failure/status